|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Authentication Header structure. More...
Public Attributes | |
| int | nextHeader |
| int | payloadLength |
| byte | reserved |
| int | spi |
| int | sequenceNumber |
| string | authenticationData |
| AhAuth | m_eAhAuth |
| int | icv0 |
| int | icv1 |
| int | icv2 |
Public Attributes inherited from Header | |
| Pdu | payload |
Authentication Header structure.
| string AhHeader::authenticationData |
| int AhHeader::icv0 |
| int AhHeader::icv1 |
| int AhHeader::icv2 |
| AhAuth AhHeader::m_eAhAuth |
| int AhHeader::nextHeader |
| int AhHeader::payloadLength |
| byte AhHeader::reserved |
| int AhHeader::sequenceNumber |
| int AhHeader::spi |